home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_138 / modulatools / readme.text < prev    next >
Text File  |  1992-05-06  |  1KB  |  26 lines

  1.      I wrote ModulaTools while developing a program for commercial release.
  2. I wanted a set of utility routines which would allow me to create screens,
  3. windows and menus easily (i.e, without importing ten or twenty symbol files
  4. and without having to run to the manuals to find which subfield of which
  5. subfield had to be changed to alter the background color, set the selected-
  6. menu text., etc.)
  7.  
  8.      ModulaTools were originally released in August, 1987 on Fred Fish disk
  9. #94.  Afterwards, I immediately switched to C, having developed a deep 
  10. loathing of TDI's product. Now that I am selling my Modula-2 compiler, I
  11. decided to release the source code to ModulaTools, in case some poor soul
  12. out there is struggling against the current as I once did.
  13.  
  14.      I rearranged the original code into smaller modules, as well as added a
  15. FontTools module for accessing the disk fonts (see warning in FontTools.mod).
  16. I did not attempt to discover the cause of the previously mentioned memory
  17. loss when using menus. However, calling DestroyHeap() at the end of your
  18. program, will recover all memory allocated by ModulaTools.
  19.  
  20.      You may do with the ModulaTools as you like: both the source code and
  21. the object code are in the public domain.
  22.  
  23.                     Jerry Mack
  24.                     23 Prospect Hill Ave., Apt. 2
  25.                     Waltham, MA   02154
  26.